home *** CD-ROM | disk | FTP | other *** search
- Subject: Menu Keyboard Equivalents
- Sent: 9/5/96 11:53 AM
- Received: 9/5/96 11:53 AM
- From: kjepsen@dharbor.com (Karl Jepsen)
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List
-
-
- Menu Keyboard Equivalents and the Option key.
-
- In our DoCharKey method we return kODFalse whenever command+option and
- command+shift+option keys are detected since we do not have any behavior
- tied to these modifier combinations.
-
- These key combinations are incorrectly interpreted by ODF as menu keyboard
- equivalents. For example, pressing command+option+S or
- command+option+shift+S will produce the equivalent of command+S.
-
- I can work around this by intercepting these key combinations and telling
- ODF that they have been handled. It seems like this behavior should be
- corrected in the framework.
-
- Nolan Larsen
- Digital Harbor